home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / GraphicsWorkshop / Source / Converters / libgif.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-28  |  104 b   |  7 lines

  1. #ifndef __GIF__
  2. #define __GIF__
  3.  
  4. int GIFError(void);
  5. id ReadGIF(NXStream *fd, int imageNumber );
  6.  
  7. #endif